home *** CD-ROM | disk | FTP | other *** search
/ PC Basics 53 / PC Basics Issue 53.iso / Software / Internet / Invboard.exe / PC Basics 53 / Invboard / upload / lang / en / lang_profile.php < prev    next >
Encoding:
PHP Script  |  2002-06-12  |  1.4 KB  |  64 lines

  1. <?php
  2.  
  3. $lang = array (
  4.  
  5. 'user_local_time' => "User's local time",
  6.  
  7. 'head_title'   => "Viewing Profile",
  8.  
  9. 'head_contact' => "Contact Details",
  10.  
  11. 'head_posts'   => "Posting Information",
  12.  
  13. 'head_info'    => "Member Information",
  14.  
  15. 'no_info'      => "<i>No Information</i>",
  16.  
  17. 'click_here'   => "<i>Click Here</i>",
  18. 'private'      => "<i>Private</i>",
  19.  
  20. 'active_stats' => "Active Stats",
  21.  
  22. 'total_posts'   => "Total Posts:",
  23. 'joined'        => "Joined:",
  24. 'posts_per_day'  => "Posts per day:",
  25. 'total_percent'  => "of total forum posts",
  26. 'fav_forum'      => "Most active in:",
  27. 'fav_posts'      => "posts in this forum",
  28. 'fav_percent'    => "of this member's posts",
  29.  
  30. 'communicate'    => "Communicate",
  31. "info"           => "Information",
  32. 'post_detail'    => "Posting Details",
  33.  
  34. "back"  => "back",
  35.  
  36. 'email'   => "Email:",
  37. 'aim'     => "AIM Name:",
  38. 'icq'     => "ICQ Number:",
  39. 'yahoo'   => "Yahoo Identity:",
  40. 'msn'     => "MSN Identity:",
  41. 'pm'      => "Private Message:",
  42.  
  43. 'page_title' => "Viewing Profile",
  44.  
  45. 'find_posts'  => "Find all posts by this member",
  46. 'add_to_contact' => "Add to contact list",
  47.  
  48. 'edit_my_sig'    => "Edit my Signature",
  49. 'edit_profile'   => "Edit my Profile",
  50. 'edit_avatar'    => "Avatar Options",
  51.  
  52.  
  53. 'mgroup'  => "Member Group:",
  54. 'mtitle'  => "Member Title:",
  55. 'homepage'=> "Home Page:",
  56. 'birthday' => "Birthday:",
  57. 'location' => "Location:",
  58. 'interests' => "Interests:",
  59. 'avatar'    => "Avatar:",
  60. 'siggie'    => "Signature:",
  61.  
  62.  
  63. );
  64. ?>